styleproperty: Fix thinko
authorBenjamin Otte <otte@redhat.com>
Mon, 9 Apr 2012 18:33:46 +0000 (20:33 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Apr 2012 18:33:46 +0000 (20:33 +0200)
Introduced in 8243b16ad79cb4965ab5314e53a20ef16b2af9c3 - seems I wasn't
really on top of my own capabilities on Saturday.

gtk/gtkcssstylepropertyimpl.c

index 0528ae05cbcf0b7b0b897e64012333c1600187d4..f69e9174ba542cd3b500bc8cc90654b66b907da3 100644 (file)
@@ -415,7 +415,7 @@ css_image_value_compute (GtkCssStyleProperty    *property,
       return _gtk_css_value_ref (specified);
     }
 
-  return _gtk_css_value_new_take_image (image);
+  return _gtk_css_value_new_take_image (computed);
 }
 
 static gboolean